*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.remote-section{
    position: relative;
    top: 64px;
    padding: 15px 4px;
    background: gainsboro;
}
.remote-section h4{
    font-size: 19px;
    color: dimgray;
}
.remote-section p{
    font-size: 15px;
    text-align: justify;
    padding: 3px 4px;
}